home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / MPEG2Dec3.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  5KB  |  73 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="MPEG2Dec3">
  4.   <description>A MPEG2dec2.dll modification with deblocking and deringing. (It is recommended to use the colorconversions of AviSynth itself.)</description>
  5.   <filters>
  6.     <filter name="LumaFilter" category="MPEG Decoder (source) Plugins" helpfile="MPEG2Dec3" type="clip">
  7.       <description>Filter to Tweak the Luminosity. yy = (y*lumgain)+lumoff</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="lumoff" type="int" default="-2" max="0" min="0" step="0" optional="True" paramList="False">
  17.           <description>Luminosity offset</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="lumgain" type="float" default="1.0" max="0" min="0" step="0" optional="True" paramList="False">
  21.           <description>Luminosity gain</description>
  22.           <items />
  23.         </parameter>
  24.       </parameters>
  25.     </filter>
  26.     <filter name="MPEG2Source" category="Source" helpfile="MPEG2Dec3" type="clip">
  27.       <description>This is a MPEG-2 decoder. it's able to decode any MPEG-2 streams readable by dvd2avi 1.76 , 1.77.3 and 1.83x. The additional features are, for example, YV12, YUY2 and RGB32 output, interlacing control, integrated PostProcessing, Luminance Filtering, ect.</description>
  28.       <colorspaces />
  29.       <parameters>
  30.         <parameter name="filename" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  31.           <description />
  32.           <items>
  33.             <item>%source_file%</item>
  34.           </items>
  35.         </parameter>
  36.         <parameter name="cpu" type="int" default="0" max="6" min="0" step="1" optional="True" paramList="False">
  37.           <description>1 : DEBLOCK_Y_H; 2 : DEBLOCK_Y_H, DEBLOCK_Y_V; 3 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H; 4 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V; 5 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V, DERING_Y; 6 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V, DERING_Y, DERING_C</description>
  38.           <items />
  39.         </parameter>
  40.         <parameter name="idct" type="int" default="0" max="5" min="0" step="0" optional="True" paramList="False">
  41.           <description>iDCT algo used. -0 : Default value (in .d2v file) -1: 32 bit MMX -2: 32 bit SSEMMX ( for Athlon XP ) -3: 64 bit FPU -4: 64 bit IEEE-1180 Reference -5: 32 bit SSE2 (for P4) -6: Skal's SSEMMX iDCT (fastest) -7: SimpleiDCT (Very accurate iDCT from XviD project) default : 0</description>
  42.           <items />
  43.         </parameter>
  44.         <parameter name="iPP" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  45.           <description>To use Field-Based Post-Processing. ( it's better if you want to deinterlace ) - True: Field based - False: Image based (default)</description>
  46.           <items />
  47.         </parameter>
  48.         <parameter name="moderate_h" type="int" default="20" max="0" min="0" step="0" optional="True" paramList="False">
  49.           <description>Post Processing strength fine tunning. Smaller values are stronger. Use with care.</description>
  50.           <items />
  51.         </parameter>
  52.         <parameter name="moderate_v" type="int" default="40" max="0" min="0" step="0" optional="True" paramList="False">
  53.           <description>Post Processing strength fine tunning. Smaller values are stronger. Use with care.</description>
  54.           <items />
  55.         </parameter>
  56.         <parameter name="showQ" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  57.           <description>To see the quantizers used for each MB. (A fun tool to play with)</description>
  58.           <items />
  59.         </parameter>
  60.         <parameter name="fastMC" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  61.           <description>Vlad's Fast Motion Compensation code. Very small speedup, and degraded accuracy. It's here for testing purposes. For ssemmx capable cpu only. </description>
  62.           <items />
  63.         </parameter>
  64.         <parameter name="cpu2" type="string" default="" max="0" min="0" step="0" optional="True" paramList="False">
  65.           <description>Custom cpu settings you need to enter a 6 charachter string. each cross (x) would enable the corresponding Post Processing featur.</description>
  66.           <items>
  67.             <item>oxoxox</item>
  68.           </items>
  69.         </parameter>
  70.       </parameters>
  71.     </filter>
  72.   </filters>
  73. </plugin>